home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2006 May
/
PCWMAY06.iso
/
Software
/
Freeware
/
First Page 2006 3.00
/
fp2006-final-3.00-setup.exe
/
{app}
/
Iscripts
/
Windows & Frames
/
close-window-button.izs
< prev
next >
Wrap
Text File
|
2005-07-29
|
831b
|
34 lines
<!NOWIZARD>
<!TITLE>Close Window button
<!/TITLE>
<!DESCRIPTION>For some reason, this is one of the most requested items we get script wise. It's a close window button that, well, closes the containing window when clicked on. Comes in two flavors- a form button, or regular text link.
<!/DESCRIPTION>
<!CATEGORY>windows, remotes, frames<!/CATEGORY>
<!SCRIPT>
<!-- START OF SCRIPT -->
<form>
<input type="button" value="Close Window" onClick="window.close()">
</form>
<a href="javascript:window.close()">Close Window</a>
<!-- END OF SCRIPT -->
<!/SCRIPT>
<!PREVIEW>
<!-- START OF SCRIPT -->
<form>
<input type="button" value="Close Window" onClick="window.close()">
</form>
<a href="javascript:window.close()">Close Window</a>
<!-- END OF SCRIPT -->
<!/PREVIEW>
<!RELATED>NONE<!/RELATED>